Class CaptionButtonOptions
The CaptionButtonOptions class.
Inheritance
System.Object
CaptionButtonOptions
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CaptionButtonOptions : Object
Constructors
CaptionButtonOptions()
Constructor of the CaptionButtonOptions.
Declaration
public CaptionButtonOptions()
CaptionButtonOptions(Boolean)
Constructor of the CaptionButtonOptions
Declaration
public CaptionButtonOptions(bool bmodified)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | bmodified | Indicates whether the modified. |
Fields
m_bModifiedView
Declaration
protected bool m_bModifiedView
Field Value
| Type |
|---|
| System.Boolean |
Properties
ModifiedView
Gets / Sets the ModifiedView.
Declaration
public bool ModifiedView { get; set; }
Property Value
| Type |
|---|
| System.Boolean |