WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionButtonOptionsTable

    Show / Hide Table of Contents

    Class CaptionButtonOptionsTable

    The CaptionButtonOptionsTable class

    Inheritance
    System.Object
    CaptionButtonOptionsTable
    Implements
    System.IDisposable
    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: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CaptionButtonOptionsTable : IDisposable

    Constructors

    CaptionButtonOptionsTable()

    Declaration
    public CaptionButtonOptionsTable()

    Fields

    m_Buttons

    Declaration
    protected CaptionButtonsCollection m_Buttons
    Field Value
    Type Description
    CaptionButtonsCollection

    m_isDisposed

    Declaration
    protected bool m_isDisposed
    Field Value
    Type Description
    System.Boolean

    m_Options

    Declaration
    protected CaptionButtonOptionsCollection m_Options
    Field Value
    Type Description
    CaptionButtonOptionsCollection

    Properties

    Buttons

    Returns the CaptionButtonsCollection.

    Declaration
    public CaptionButtonsCollection Buttons { get; }
    Property Value
    Type Description
    CaptionButtonsCollection

    IsDisposed

    Returns whether its disposed.

    Declaration
    public bool IsDisposed { get; }
    Property Value
    Type Description
    System.Boolean

    Options

    Returns the CaptionButtonOptionsCollection.

    Declaration
    public CaptionButtonOptionsCollection Options { get; }
    Property Value
    Type Description
    CaptionButtonOptionsCollection

    Methods

    Add(CaptionButton, CaptionButtonOptions)

    Add the CaptionButton and CaptionButtonOptions.

    Declaration
    public void Add(CaptionButton button, CaptionButtonOptions options)
    Parameters
    Type Name Description
    CaptionButton button

    The CaptionButton instance.

    CaptionButtonOptions options

    The CaptionButtonOptions instance.

    Clear()

    Clear the collection.

    Declaration
    public void Clear()

    Dispose()

    Dispose the collection.

    Declaration
    public void Dispose()

    RemoveAt(Int32)

    Remove the item from CaptionButtonsCollection and CaptionButtonOptionsCollection.

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index which needs to be removed.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved