Class SortButton
Represents a class that provides the button without the focus rectangle.
Inherited Members
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SortButton : SfButton, IMessageFilter, ISupportUpdate, IThemeProvider, IVisualStyle
Constructors
SortButton()
Initializes a new instance of the SortButton class.
Declaration
public SortButton()
Properties
ShowFocusCues
Overridden to remove the focus rectangle of the button.
Declaration
protected override bool ShowFocusCues { get; }
Property Value
Type |
---|
System.Boolean |
Methods
OnLostFocus(EventArgs)
Overridden to update the focus rectangle visibility.
Declaration
protected override void OnLostFocus(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs that contains event data. |
Implements
System.Windows.Forms.IMessageFilter