Chameleon Control Documentation | All Controls | All API Classes

<CSBlog:ThemeImage />

Override of the Image control which processes the Application Root escape (~/) in the ImageUrl and DescriptionUrl as the root of the current blog theme.
The <CSBlog:ThemeImage /> control is a Utility Control that reports on Weblog data. See more Utility controls.

Properties/Attributes

Property Type Description
AccessKey String
AlternateText String
AlternateTextResourceFile String
Gets or sets the alternate text resource file containing the alternate text resource name.
AlternateTextResourceName String
Gets or sets the the alternate text resource name.
BackColor Color
BorderColor Color
BorderStyle BorderStyle Enumeration
Option Type Description
NotSet Enumeration Value
None Enumeration Value
Dotted Enumeration Value
Dashed Enumeration Value
Solid Enumeration Value
Double Enumeration Value
Groove Enumeration Value
Ridge Enumeration Value
Inset Enumeration Value
Outset Enumeration Value
BorderWidth Unit
CssClass String
DescriptionUrl String
Enabled Boolean
ForeColor Color
GenerateEmptyAlternateText Boolean
Height Unit
ID String
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
ImageAlign ImageAlign Enumeration
Option Type Description
NotSet Enumeration Value
Left Enumeration Value
Right Enumeration Value
Baseline Enumeration Value
Top Enumeration Value
Middle Enumeration Value
Bottom Enumeration Value
AbsBottom Enumeration Value
AbsMiddle Enumeration Value
TextTop Enumeration Value
ImageUrl String
TabIndex Int16
ToolTip String
Visible Boolean
Gets or sets whether this control should be rendered. If set to false, the control will not render.
Width Unit

Example

The following is a simple/minimal example of the <CSBlog:ThemeImage /> control:

<CSBlog:ThemeImage runat="server" />

The following example shows all of the configurable options of the <CSBlog:ThemeImage /> control:

<CSBlog:ThemeImage
	AccessKey="..."
	AlternateText="..."
	AlternateTextResourceFile="..."
	AlternateTextResourceName="..."
	BorderStyle="..."
	BorderWidth="..."
	CssClass="..."
	DescriptionUrl="..."
	Enabled="..."
	GenerateEmptyAlternateText="..."
	Height="..."
	ID="..."
	ImageAlign="..."
	ImageUrl="..."
	ToolTip="..."
	Visible="..."
	Width="..."
	runat="server" />

See Also

<CSBlog:ContactForm />

Form control that provides support for contacting the owner of the current Weblog.

<CSBlog:EmailSubscriptionsForm />

Form control that provides support for managing the accessing-users email subscriptions for the current Weblog.

<CSBlog:SearchForm />

Form control to create and execute a search query witin the current Weblog.

<CSBlog:ThemeImage />

Override of the Image control which processes the Application Root escape (~/) in the ImageUrl and DescriptionUrl as the root of the current blog theme.

<CSBlog:ThemeScript />

Override of the Script control that interprets the '~/' Src modifier as the root of the current blog theme.

<CSBlog:ThemeStyle />

Override of the Style control that resolves the '~/' Href modifier as the root of the current blog theme.

<CSBlog:WeblogCalendar />

Calendar containing links on days where a post was made on the current Weblog.

<CSBlog:WeblogData />

Single value control that provides access to Weblog data and links.

<CSBlog:WeblogList />

List control providing access to Weblog objects.

<CSBlog:WeblogPermissionCondition />

Condition control that checks the accessing user's permissions on the current Weblog.

<CSBlog:WeblogPropertyComparison />

Condition control that provides support for comparing two properties of a Weblog object.

<CSBlog:WeblogPropertyValueComparison />

Condition control that provides support for comparing a property of a Weblog object to a static value.
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in