PanelCornerPart Members
Contains the settings which define the image that can be displayed within the panel's corner.
Name |
Description |
Empty
static
|
For internal use only.
|
Name |
Description |
AlternateText
|
This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
|
Height
|
Gets or sets the image's height.
|
IconID
|
Specifies an identifier of a current image icon.
|
IsEmpty
|
Gets a value that indicates whether no image is defined for an element's normal state.
|
IsEmptyChecked
|
Gets a value that indicates whether no image is defined for an element's checked state.
|
IsEmptyDisabled
|
Gets a value that indicates whether no image is defined for an element's disabled state.
|
IsEmptyHottracked
|
Gets a value that indicates whether no image is defined for an element's hottracked state.
|
IsEmptyPressed
|
Gets a value that indicates whether no image is defined for an element's pressed state.
|
IsEmptySelected
|
Gets a value that indicates whether no image is defined for an element's selected state.
|
IsResourcePng
|
Obsolete. Gets or sets a value that specifies whether the image defined by the ImagePropertiesBase class is of the PNG type.
|
SpriteProperties
|
Gets the settings defining the image position within a sprite image.
|
ToolTip
|
Gets or sets the image's tooltip text.
|
Url
|
Gets or sets the URL of the image used for an element's normal state.
|
Width
|
Gets or sets the image's width.
|
Name |
Description |
Assign(PropertiesBase)
|
Copies the settings from the specified PropertiesBase object to the current object.
|
AssignToControl(Image, Boolean)
|
Copies the settings from the current ImagePropertiesBase object to the specified object.
|
AssignToControl(Image, Boolean, Boolean)
|
Copies the settings from the current ImagePropertiesBase object to the specified object.
|
AssignToControl(Image, Boolean, Boolean, Boolean)
|
Copies the settings from the current ImagePropertiesBase object to the specified object.
|
AssignToControl(WebControl, Boolean)
|
Copies the settings from the current ImagePropertiesBase object to the specified object.
|
AssignToControl(WebControl, Boolean, Boolean)
|
Copies the settings from the current ImagePropertiesBase object to the specified object.
|
CopyFrom(PropertiesBase)
|
Duplicates the properties of the specified object into the current instance of the ImagePropertiesBase class.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
GetCheckedScriptObject(Page)
|
For internal use only.
|
GetDisabledScriptObject(P |