Version

StyleBot Class Members

The following tables list the members exposed by StyleBot.

Public Constructors
 NameDescription
Public ConstructorStyleBot ConstructorThe constructor accepts the control reference it should register with.  
Public Properties
 NameDescription
Public PropertyAppStylingManager  
Public PropertyCompatibilityModeUsed to maintain compatible rendering for WebSchedule prior to the institution of the Application Styling Framework(tm).  
Public PropertyControlReference to the control represented by this StyleBot object.  
Public PropertyEnableAppStylingResolvedDetermines whether the control represented by this StyleBot supports Application Styling.  
Public PropertyFullStyleSheetPathReturns the current StyleSheetDirectory from the AppStyleManager.  
Public PropertyImageDirectoryOverrideReturns the current ImageDirectory from the AppStyleManager  
Public PropertyIsDesignMode  
Public PropertyStyleInfo  
Public PropertyStyleSetNameResolvedResolved name of the current Application Styling Framework(tm) style set applied to this StyleBot's control.  
Public PropertyStyleSetPathResolvedResolves the style set path for the control. Does not convert it to URL unlike StyleSetPath.  
Public Methods
 NameDescription
Public MethodGetStyleClassStringOverloaded. Convert name of style to the name of CSS defined in resource file.  
Public MethodHandleDesignRefresh  
Public MethodHandleInitializeStyles  
Public MethodHandleInitRender  
Public MethodHandleOnInitRegisters the proxy with a control that supports style repository and/or app styling.  
Public MethodHandlePostRender2Include appstyling css into output html  
Public MethodHandlePreRender  
Public MethodHandleRenderCalled by the registered control when its rendering starts. The method lets the style repository know that it's time to render the styles if it was not done before.  
Public MethodImageDirectoryResolved  
Public MethodRefreshDesignTimeControlCall this method to cause your control to be rerendered at design-time. Any new property settings will be reflected in the updated HTML.  
Public MethodRefreshDesignTimeControlsCall this method to cause all controls to be refreshed at design-time.  
Public MethodRegisterCssLinkFiles  
Public MethodRegisterPageControl  
Public MethodResetAppStyleInfo  
Public MethodResolveImageUrl  
Protected Methods
 NameDescription
Protected MethodRegisterExtraCssLinkFiles  
See Also