www.Chart4.NET | Samples
Whether title bar should be shown or not. Default is true.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool hpShowTitleBar { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpShowTitleBar As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb
Dim value As Boolean
value = instance.hpShowTitleBar
instance.hpShowTitleBar = value |
| Visual C++ |
|---|
public:
property bool hpShowTitleBar {
bool get ();
void set (bool value);
} |
| J# |
|---|
/** @property */
public boolean get_hpShowTitleBar()
/** @property */
public void set_hpShowTitleBar(boolean value)
|
| JScript |
|---|
public function get hpShowTitleBar () : boolean
public function set hpShowTitleBar (value : boolean) |
| JavaScript |
|---|
function get_hpShowTitleBar();
function set_hpShowTitleBar(value); |
Field Value
System.Boolean
See Also