HBar Constructor
Previous Next
Initializes a new instance of the VBar class.
[Visual Basic]
Public Function New( _
ByVal owner As View _
)
[C#]
public HBar(
View owner
);
[Delphi]
public constructor Create(
owner: View
Parameters
owner
See Also
HBar Class | HBar Members | C1.Win.C1TrueDBGrid.Util Namespace