
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class ISHeaderedContentControl Inherits ISContentControl Implements IControl, IFramework |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ISHeaderedContentControl |
C# | |
---|---|
public abstract class ISHeaderedContentControl : ISContentControl, IControl, IFramework |
Delphi | |
---|---|
public class ISHeaderedContentControl = class(ISContentControl, IControl, IFramework)abstract; |
JScript | |
---|---|
public abstract class ISHeaderedContentControl extends ISContentControl implements IControl, IFramework |
Managed Extensions for C++ | |
---|---|
public __gc abstract class ISHeaderedContentControl : public ISContentControl, IControl, IFramework |
C++/CLI | |
---|---|
public ref class ISHeaderedContentControl abstract : public ISContentControl, IControl, IFramework |
The following examples show several heading concept in ClientUI controls.
Group Box | ![]() |
---|---|
<Intersoft:GroupBox Header="Contact Info"> <StackPanel Background="#FFE2B22F"> <Intersoft:FieldLabel Header="First Name :" HeaderWidth="80" HorizontalHeaderAlignment="Right"> <Intersoft:UXTextBox Width="100"/> </Intersoft:FieldLabel> <Intersoft:FieldLabel Header="Last Name :" HeaderWidth="80" HorizontalHeaderAlignment="Right"> <Intersoft:UXTextBox Width="100"/> </Intersoft:FieldLabel> <Intersoft:FieldLabel Header="Email :" HeaderWidth="80" HorizontalHeaderAlignment="Right"> <Intersoft:UXTextBox Width="100"/> </Intersoft:FieldLabel> <Intersoft:FieldLabel Header="Phone :" HeaderWidth="80" HorizontalHeaderAlignment="Right"> <Intersoft:UXTextBox Width="100"/> </Intersoft:FieldLabel> </StackPanel> </Intersoft:GroupBox> |
Field Label | ![]() |
---|---|
<Intersoft:FieldLabel Header="First Name :" HeaderWidth="80" HeaderForeground="Red"> <Intersoft:UXTextBox Width="100" Background="White"/> </Intersoft:FieldLabel> |
UXCallOut | ![]() |
---|---|
<Intersoft:UXCallOut> <Intersoft:UXCallOut.Header> <Intersoft:GlassButton Content="Next Picture"></Intersoft:GlassButton> </Intersoft:UXCallOut.Header> <Grid Height="150" Width="150"> <Image Source="/Lighthouse.jpg" Stretch="Fill"/> </Grid> </Intersoft:UXCallOut> |
ISHeaderedContentControl is one of many available content model that Intersoft ClientUI provides. To learn more about other content model see Content Model Overview.
ISHeaderedContentControl is a base class for all ClientUI headered content controls.It inherits the Content property from ContentControl and defines the Header property that is of type Object. Header provides a heading for the control. Like the Content property of a ContentControl, the Header can be any type.
Intersoft.Client.Framework.ISContentControl
Intersoft.Client.Framework.ISHeaderedContentControl
Intersoft.Client.Framework.ISHeaderedSelectionItemControl
Intersoft.Client.UI.Aqua.UXCallOut
Intersoft.Client.UI.Aqua.UXDesktop.UXWindow
Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonApplicationBackstageMenuItem
Intersoft.Client.UI.Controls.FieldLabel
Intersoft.Client.UI.Controls.GroupBox
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family