WinForms

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

    Show / Hide Table of Contents

    Class RowMarker

    Inheritance
    System.Object
    RowMarker
    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 RowMarker

    Constructors

    RowMarker(CommandDockBar)

    Declaration
    public RowMarker(CommandDockBar dockbar)
    Parameters
    Type Name Description
    CommandDockBar dockbar

    Fields

    cmdDockBar

    Declaration
    protected CommandDockBar cmdDockBar
    Field Value
    Type Description
    CommandDockBar

    nRefCount

    Declaration
    protected int nRefCount
    Field Value
    Type Description
    System.Int32

    Properties

    DockBar

    Declaration
    public CommandDockBar DockBar { get; }
    Property Value
    Type Description
    CommandDockBar

    Methods

    DecreaseRefCount()

    Declaration
    public void DecreaseRefCount()

    IncreaseRefCount()

    Declaration
    public void IncreaseRefCount()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved