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 C1WebTopicBarGroup(
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
C1WebTopicBarGroup Class | C1WebTopicBarGroup Members | C1.Web.Command Namespace | C1WebTopicBarGroup Constructor Overload List | C1WebTopicBar Class | C1WebTopicBarGroup Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |