Get or Set the exposable value, if true, this function will be displayed in Operation Menu of ImageBox

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public bool Exposable { get; set; }
Visual Basic (Declaration)
Public Property Exposable As Boolean
Visual C++
public:
property bool Exposable {
	bool get ();
	void set (bool value);
}

See Also