C# Class Open.Core.Controls.Buttons.ImageButtonUrls

A set of Url's for an ImageButton.
Show file Open project: philcockfield/Open.TestHarness.SL

Public Properties

Property Type Description
BasePath string
Down string
Normal string
Over string
Pressed string

Public Methods

Method Description
Reset ( ) : void

Removes all URL values.

Private Methods

Method Description
ForState ( ButtonState state ) : string
ForStateWithFallback ( ButtonState state ) : string
GetPath ( ButtonState state, string basePath ) : string
Preload ( string basePath ) : void

Method Details

Reset() public method

Removes all URL values.
public Reset ( ) : void
return void

Property Details

BasePath public property

Gets or sets the base path that images are stored within.
public string BasePath
return string

Down public property

Gets or sets the SRC value for the 'Down' state.
public string Down
return string

Normal public property

Gets or sets the SRC value for the 'Normal' state.
public string Normal
return string

Over public property

Gets or sets the SRC value for the 'Over' state.
public string Over
return string

Pressed public property

Gets or sets the SRC value for the 'Pressed' state.
public string Pressed
return string