www.Chart4.NET | Samples
Whether the menu should be made visible on a user action. Default is false.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool AvailableOnChart { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AvailableOnChart As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyMenuStrip
Dim value As Boolean
value = instance.AvailableOnChart
instance.AvailableOnChart = value |
| Visual C++ |
|---|
public:
property bool AvailableOnChart {
bool get ();
void set (bool value);
} |
| J# |
|---|
/** @property */
public boolean get_AvailableOnChart()
/** @property */
public void set_AvailableOnChart(boolean value)
|
| JScript |
|---|
public function get AvailableOnChart () : boolean
public function set AvailableOnChart (value : boolean) |
| JavaScript |
|---|
function get_AvailableOnChart();
function set_AvailableOnChart(value); |
Field Value
System.Boolean
See Also