TrackBarTickStyle Members
Defines style settings of
ticks.
Name |
Description |
CanRaiseEvents
protected
|
Gets a value indicating whether the component can raise an event.
|
Container
|
Gets the IContainer that contains the Component.
|
CssClass
|
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client.
|
Cursor
|
Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to.
|
DesignMode
protected
|
Gets a value that indicates whether the Component is currently in design mode.
|
Events
protected
|
Gets the list of event handlers that are attached to this Component.
|
Font
|
Gets the font properties associated with the Web server control.
|
ForeColor
|
Gets or sets the foreground color (typically the color of the text) of the Web server control.
|
IsEmpty
|
Gets a value that indicates whether this AppearanceStyleBase object is initialized with the default values.
|
IsTrackingViewState
protected
|
Returns a value indicating whether any style elements have been defined in the state bag.
|
RegisteredCssClass
|
Gets the cascading style sheet (CSS) class that is registered with the control.
|
Site
|
Gets or sets the ISite of the Component.
|
Wrap
|
Gets or sets a value indicating whether the text content wraps within a container cell.
|
Name |
Description |
AddAttributesToRender(HtmlTextWriter)
|
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter. This method is primarily used by control developers.
|
AddAttributesToRender(HtmlTextWriter, WebControl)
|
For internal use only.
|
Assign(AppearanceStyleBase)
|
Copies the settings from the specified AppearanceStyleBase object to the current object.
|
AssignToControl(WebControl)
|
Copies the settings from the current AppearanceStyleBase object to the specified object.
|
AssignToControl(WebControl, AttributesRange)
|
Copies the settings from the current AppearanceStyleBase object to the specified object.
|
AssignToControl(WebControl, AttributesRange, Boolean)
|
For internal use only.
|
AssignToControl(WebControl, AttributesRange, Boolean, Boolean)
|
For internal use only.
|
AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean)
|
For internal use only.
|
AssignToControl(WebControl, Boolean)
|
For internal use only.
|
AssignToHyperLink(HyperLink)
|