Adf.Web.UI.CompoundPanel.Password C# (CSharp) Method

Password() public method

Registers a Password TextBox with the specified display name and name.
public Password ( string label, string name ) : void
label string Display Name of the TextBox.
name string Name of the TextBox.
return void
        public void Password(string label, string name)
        {
            Password(label, name, DEFAULT_WIDTH, true);
        }

Same methods

CompoundPanel::Password ( string name ) : void
CompoundPanel::Password ( string name, int width ) : void
CompoundPanel::Password ( string label, string name, bool enabled ) : void
CompoundPanel::Password ( string label, string name, int width ) : void
CompoundPanel::Password ( string label, string name, int width, bool enabled ) : void