|
|
|
GadgetUsageEnum Enumeration |
Defines the basic usage of a gadget.
Syntax GadgetUsageEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum GadgetUsageEnum |
C# |
public enum GadgetUsageEnum |
C++ |
public enum class GadgetUsageEnum |
Member |
Value |
Description |
itemUse | 0 | The gadget is used in an item or general use cell, usually in the main area of a control. |
headerUse | 1 | |
footerUse | 2 | |
rowHeaderUse | 3 | The gadget is used in a row header area, preceding the general use area where cells are located. |
Comments
The GadgetUsageEnum enumeration defines the basic usage of a gadget.
Gadgets can change appearance based on where they are used. For example, a gadget's appearance, particularly the background, can change when it is used in a header area, instead of a general cell (or item).
Version Information
Supported in version 1.0.
Products Table