Class PlatformDefaults
Contains platform specific settings.
public class PlatformDefaults
- Inheritance
-
PlatformDefaults
Properties
- AdjustTextBoxesHeight
Gets or sets whether to adjust height of TextBox controls to height of the ComboBox control.
- Controls
Returns default property values for all controls in the library.
- MinSplitterSashSize
Gets or sets minimum splitter sash size in device-independent units.
- PropertyGridVerticalSpacing
Defines default vertical spacing of the PropertyGrid.
- RichToolTipBackgroundColor
Gets or sets default background color of the RichToolTip.
- RichToolTipBackgroundColorEnd
Gets or sets default background end color of the RichToolTip.
- RichToolTipForegroundColor
Gets or sets default foreground color of the RichToolTip.
- RichToolTipTitleForegroundColor
Gets or sets default title foreground color of the RichToolTip.
- TextBoxUrlClickModifiers
Gets or sets default value for AutoUrlModifiers property.
Methods
- GetDefaults(ControlTypeId)
Gets ControlDefaults for the specified
controlId
.