C-DEngine 5.105

nmiCtrlSingleEnded..::..InnerStyle Property

Sets a style on the input field not the surrounding div

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string InnerStyle { get; set; }
Public Property InnerStyle As String
	Get
	Set
public:
property String^ InnerStyle {
	String^ get ();
	void set (String^ value);
}