Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

GadgetsClass Class

An instance of the GadgetsClass class describes basic attributes of parts used in cells, such as checkboxes, buttons, etc.

Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Inheritance

Syntax

public class GadgetsClass;
Public Class GadgetsClass

Constructors

This class cannot be instantiated.

Properties

PublicButtonAppearanceDefaultDefines the default appearance of all buttons.
PublicButtonDarkColorDefines the color used to draw the slightly dark edge of a button (GadgetAppearanceEnum.Plain only).
PublicButtonDarkDarkColorDefines the color used to draw the dark edge of a button (GadgetAppearanceEnum.Plain only).
PublicButtonFaceColorDefines the color used to draw the face of a button (GadgetAppearanceEnum.Plain only).
PublicButtonGrayTextDefines the color used to draw the text of a button if it is disabled.
PublicButtonLightColorDefines the color used to draw the lighted edge of a button part (GadgetAppearanceEnum.Plain only).
PublicButtonLightLightColorDefines the color used to draw the highlighted edge of a button (GadgetAppearanceEnum.Plain only).
PublicCheckBoxAppearanceDefines the appearance of all checkboxes.
PublicDropDownButtonAppearanceDefaultDefines the default appearance of all dropdown buttons.
PublicProgressBarAppearanceDefaultDefines the default appearance of all progressbars.
PublicRadioButtonAppearanceDefines the appearance of all radiobuttons.
PublicSortIndicatorAppearanceDefines the appearance of all sorting indicators.
PublicThemedHeaderAdjustmentLocationDefines the position (or offset) of the cell contents relative to the top left corner of the cell area.
PublicThemedHeaderAdjustmentSizeDefines additional filler space around the contents of a header (BackgroundAppearanceEnum.ThemedSystemHeader only).

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

Events

PublicPropertyChangedOccurs when a property of the GadgetsClass object is modified.

See Also Classes | SftTree/NET 2.0