Class CaptionButtonOptionsTable
The CaptionButtonOptionsTable class
Inheritance
System.Object
CaptionButtonOptionsTable
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
CaptionButtonsCollection |
m_isDisposed
Declaration
protected bool m_isDisposed
Field Value
Type |
---|
System.Boolean |
m_Options
Declaration
protected CaptionButtonOptionsCollection m_Options
Field Value
Type |
---|
CaptionButtonOptionsCollection |
Properties
Buttons
Returns the CaptionButtonsCollection.
Declaration
public CaptionButtonsCollection Buttons { get; }
Property Value
Type |
---|
CaptionButtonsCollection |
IsDisposed
Returns whether its disposed.
Declaration
public bool IsDisposed { get; }
Property Value
Type |
---|
System.Boolean |
Options
Returns the CaptionButtonOptionsCollection.
Declaration
public CaptionButtonOptionsCollection Options { get; }
Property Value
Type |
---|
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