WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollersFrame.SizeGripperAdv

    Show / Hide Table of Contents

    Class ScrollersFrame.SizeGripperAdv

    Size gripper advanced.

    Inheritance
    System.Object
    ScrollersFrame.SizeGripper
    ScrollersFrame.SizeGripperAdv
    Inherited Members
    ScrollersFrame.SizeGripper.DropHandle()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SizeGripperAdv : ScrollersFrame.SizeGripper

    Constructors

    SizeGripperAdv(ScrollersFrame)

    Default constructor.

    Declaration
    public SizeGripperAdv(ScrollersFrame frame)
    Parameters
    Type Name Description
    ScrollersFrame frame

    reference on scroller frame. Can not be NULL.

    Properties

    DrawGripMarking

    Gets or sets value indicating whether grip marking should be drawn. If set to false, just background is filled.

    Declaration
    public bool DrawGripMarking { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    OnPaint(PaintEventArgs)

    Implemented visual styles support.

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    Paint event arguments.

    Overrides
    ScrollersFrame.SizeGripper.OnPaint(PaintEventArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved