WinForms

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

    Show / Hide Table of Contents

    Class CaptionButtonOptions

    The CaptionButtonOptions class.

    Inheritance
    System.Object
    CaptionButtonOptions
    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 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 Description
    System.Boolean

    Properties

    ModifiedView

    Gets / Sets the ModifiedView.

    Declaration
    public bool ModifiedView { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved