Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Web.UI.WebControls
Inheritance:
TComponent
»
TStyle
»
TWizardNavigationButtonStyle
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
BackColor
string
the background color of the control. (inherited from
TStyle
)
BorderColor
string
the border color of the control. (inherited from
TStyle
)
BorderStyle
string
the border style of the control. (inherited from
TStyle
)
BorderWidth
string
the border width of the control. (inherited from
TStyle
)
ButtonText
string
button caption.
ButtonType
TWizardNavigationButtonType
button type.
CssClass
string
the CSS class of the control. (inherited from
TStyle
)
CustomStyle
string
the custom style of the control. (inherited from
TStyle
)
DisplayStyle
TDisplayStyle
display style. (inherited from
TStyle
)
R
Font
TFont
the font of the control. (inherited from
TStyle
)
ForeColor
string
the foreground color of the control. (inherited from
TStyle
)
Height
string
the height of the control. (inherited from
TStyle
)
ImageUrl
string
image URL for the image button.
R
StyleFields
array
list of style fields. (inherited from
TStyle
)
Width
string
the width of the control. (inherited from
TStyle
)
Events
Methods
Name
Description
addAttributesToRender
Adds attributes related to CSS styles to renderer. (inherited from
TStyle
)
addParsedObject
Processes an object that is created during parsing template. (inherited from
TComponent
)
apply
Applies this style to the specified button .
attachEventHandler
Attaches an event handler to an event. (inherited from
TComponent
)
canGetProperty
Determines whether a property can be read. (inherited from
TComponent
)
canSetProperty
Determines whether a property can be set. (inherited from
TComponent
)
clearStyleField
Clears a single style field value; . (inherited from
TStyle
)
copyFrom
Copies the fields in a new style to this style.
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
detachEventHandler
Detaches an existing event handler. (inherited from
TComponent
)
evaluateExpression
Evaluates a PHP expression in the context of this control. (inherited from
TComponent
)
evaluateStatements
Evaluates a list of PHP statements. (inherited from
TComponent
)
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
getStyleField
a single style field value set via setStyleField. (inherited from
TStyle
)
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
hasCssClass
true if CSS is set or empty. (inherited from
TStyle
)
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasFont
true if font is set. (inherited from
TStyle
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
hasStyleField
whether a style field has been defined by setStyleField. (inherited from
TStyle
)
mergeWith
Merges the style with a new one.
raiseEvent
Raises an event. (inherited from
TComponent
)
reset
Sets the style attributes to default values.
setStyleField
Sets a single style field value. (inherited from
TStyle
)
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
Derived classes