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.1.0.649 (2.1.0.649)

Syntax

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

See Also