Version

VideoPlayerBanner Class Members

The following tables list the members exposed by VideoPlayerBanner.

Public Constructors
 NameDescription
Public ConstructorVideoPlayerBanner Constructor  
Public Properties
 NameDescription
Public PropertyAnimateGet or set whether to animate the banner display.  
Public PropertyAutohideGet or set whether auto hide is enabled or not.  
Public PropertyCloseBannerGet or set whether the user will be able to close the banner or not.  
Public PropertyCssGet or set the banner specific css class  
Public PropertyDurationGet or set the animation duration in ms. Default is 1000.  
Public PropertyHeightGet or set the banner height  
Public PropertyHideDelayGet or set what is the auto hide delay in ms. Default is 10,000 ms.  
Public PropertyImageUrlGet or set the banner image url.  
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public PropertyLinkGet or set the banner link that will open in new window.  
Public PropertyTimesGet or set a list of numbers delimitted by '|'. Each number specifies on which second in the movie the banner will pop.  
Public PropertyVisibleGet or set whether the banner is visible or not.  
Public PropertyWidthGet or set the banner width  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringReturns whether the object has non-default values.  
Protected Methods
 NameDescription
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionOverridden. Returns this object as option for jquery init  
Protected MethodTrackViewStateEnables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
See Also