Class ScrollbarButton
Represents a button control that can be placed at the edges of the scrollbars.
Implements
System.Windows.Forms.IMessageFilter
Inherited Members
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ScrollbarButton : ButtonAdv, IThemeProvider, IVisualStyle, ISupportOffice2007Theme, ISupportThemeChanged, IMessageFilter
Constructors
ScrollbarButton()
Declaration
public ScrollbarButton()
Properties
IsPopup
Gets or sets a value indicating whether popup container should be shown on button click or not.
Declaration
public bool IsPopup { get; set; }
Property Value
Type |
---|
System.Boolean |
PopupContainer
Gets or sets the popup container for ScrollbarButton.
Declaration
public PopupControlContainer PopupContainer { get; set; }
Property Value
Type |
---|
PopupControlContainer |
Methods
OnClick(EventArgs)
Shows popup.
Declaration
protected override void OnClick(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | EventArgs. |
Overrides
Implements
System.Windows.Forms.IMessageFilter