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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also