Class CaptionButtonOptions
The CaptionButtonOptions class.
Inheritance
System.Object
CaptionButtonOptions
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 CaptionButtonOptions
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 |