Sets the unchecked and disabled image to a file, specified by a path relative to the currently executing assembly's codebase (build output directory).

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public string ImageFileUncheckedDisabled { get; set; }
Visual Basic (Declaration)
Public Property ImageFileUncheckedDisabled As String
Visual C++
public:
property String^ ImageFileUncheckedDisabled {
	String^ get ();
	void set (String^ value);
}

See Also