Creates a topicbar group with specified text at the caption.
[Visual Basic]
Public Function New( _
ByVal text As String, _
ByVal imageUrl As String _
)
[C#]
public C1WebTabStripGroup(
string text,
string imageUrl
);
[Delphi]
public constructor Create(
text: String;
imageUrl: String
); overload;
Parameters
text
Caption text.
imageUrl
URL of a image to use in the group's header.
See Also
C1WebTabStripGroup Class | C1WebTabStripGroup Members | C1.Web.Command Namespace | C1WebTabStripGroup Constructor Overload List | C1WebTabStrip Class | C1WebTabStripGroup Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |