Search Results for

    Show / Hide Table of Contents

    Class TaskPaneSettings

    Class to store Task Pane settings.

    Inheritance
    System.Object
    TaskPaneSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.Core.Data
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    [Serializable]
    public class TaskPaneSettings

    Constructors

    TaskPaneSettings()

    Initializes a new instance of the TaskPaneSettings class.

    Declaration
    public TaskPaneSettings()

    Fields

    PREFERENCE_KEY

    The PREFERENCE KEY

    Declaration
    public const string PREFERENCE_KEY = "Task Pane Settings"
    Field Value
    Type Description
    System.String

    Properties

    Width

    Gets or sets the width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    The width.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.