Version

DialogStyle Class Properties

For a list of all members of this type, see DialogStyle members.

Public Properties
 NameDescription
Public PropertyBackColorGets or sets the background color of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyBorderColorGets or sets the border color of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyBorderStyleGets or sets the border style of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyBorderWidthGets or sets the border width of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCssClassGets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyFontGets the font properties associated with the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyForeColorGets or sets the foreground color (typically the color of the text) of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyHeightGets or sets the height of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertyIsEmptyOverridden. Checks if any property has value.  
Public PropertyRegisteredCssClassGets the cascading style sheet (CSS) class that is registered with the control. (Inherited from System.Web.UI.WebControls.Style)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTitlebarBackColorGets or sets the background color of the titlebar.  
Public PropertyTitlebarFontNameGets or sets the font name of the text on the titlebar.  
Public PropertyTitlebarFontSizeGets or sets the font size of the text on the titlebar.  
Public PropertyTitlebarForeColorGets or sets the font color of the text on the titlebar.  
Public PropertyWidthGets or sets the width of the Web server control. (Inherited from System.Web.UI.WebControls.Style)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyIsTrackingViewStateReturns a value indicating whether any style elements have been defined in the state bag. (Inherited from System.Web.UI.WebControls.Style)
See Also