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

A set of Url's for an ImageButton.
Mostrar archivo 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_oe property

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

Down public_oe property

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

Normal public_oe property

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

Over public_oe property

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

Pressed public_oe property

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