Click or drag to resize

CreateUser Properties

The CreateUser type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Inherited from WebControl.)
Protected propertyAdapter
Gets the browser-specific adapter for the control.
(Inherited from Control.)
Public propertyAppRelativeTemplateSourceDirectory
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
(Inherited from Control.)
Public propertyAttributes
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
(Inherited from WebControl.)
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from WebControl.)
Public propertyBorderColor
Gets or sets the border color of the Web control.
(Inherited from WebControl.)
Public propertyBorderStyle
Gets or sets the border style of the Web server control.
(Inherited from WebControl.)
Public propertyBorderWidth
Gets or sets the border width of the Web server control.
(Inherited from WebControl.)
Public propertyButtonContainerCssClass
Gets or Sets the css class for div element which contains cancel and submitButton controls.
Public propertyCancelButtonContainerCssClass
Gets or Sets the css class for div element which contains cancel Button.
Public propertyCancelButtonCssClass
Gets or Sets the css class for cancel Button.
Public propertyCancelButtonText
Gets or sets the text caption displayed in the cancel Button.
Protected propertyChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.)
Public propertyClientID
Gets the control ID for HTML markup that is generated by ASP.NET.
(Inherited from Control.)
Public propertyClientIDMode
Gets or sets the algorithm that is used to generate the value of the ClientID property.
(Inherited from Control.)
Protected propertyClientIDSeparator
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.)
Public propertyConfirmByEmail
Gets the cheked status from [!:System.Web.UI.Webcontrols.Textbox].
Protected propertyContext
Gets the HttpContext object associated with the server control for the current Web request.
(Inherited from Control.)
Public propertyControls
Gets a ControlCollection object that represents the child controls in a CompositeControl.
(Inherited from CompositeControl.)
Public propertyControlStyle
Gets the style of the Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
Public propertyControlStyleCreated
Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
(Inherited from WebControl.)
Public propertyControlToRefresh
Public propertyCssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
(Inherited from WebControl.)
Protected propertyDesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.)
Public propertyDisplayName
Gets the value entered into the DisplayName [!:System.Web.UI.Webcontrols.Textbox].
Public propertyDisplayNameContainerCssClass
Gets or Sets the css class for div element which contains displayname controls.
Public propertyDisplayNameLabelCssClass
Gets or sets the css class rendered by the Web server control on the client.
Public propertyDisplayNameText
Gets or sets the text of the label for the Display Name text box.
Public propertyDisplayNameTextBoxCssClass
Gets or sets the css class rendered by the Display Name TextBox on the client.
Public propertyEmail
Gets the value entered into the Email [!:System.Web.UI.Webcontrols.Textbox].
Public propertyEmailConfirmationCheckBoxCssClass
Gets or sets the css class for email confirmation CheckBox.
Public propertyEmailConfirmationContainerCssClass
Gets or Sets the css class for div element which contains email confirmation CheckBox.
Public propertyEmailConfirmationText
Gets or sets the text of the label for the email confirmation CheckBox.
Public propertyEmailContainerCssClass
Gets or Sets the css class for div element which contains email controls.
Public propertyEmailLabelCssClass
Gets or sets the css class rendered by the Web server control on the client.
Public propertyEmailText
Gets or sets the text of the label for the Email text box.
Public propertyEmailTextBoxCssClass
Gets or sets the css class rendered by the Email TextBox on the client.
Public propertyEnabled
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from WebControl.)
Public propertyEnableTheming
Gets or sets a value indicating whether themes apply to this control.
(Inherited from WebControl.)
Public propertyEnableViewState
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
(Inherited from Control.)
Public propertyErrorLogPath
Gets the mapped path to errorlog folder
(Overrides CompositeControlBaseErrorLogPath.)
Protected propertyEvents
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.)
Public propertyFont
Gets the font properties associated with the Web server control.
(Inherited from WebControl.)
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.)
Public propertyHasAttributes
Gets a value indicating whether the control has attributes set.
(Inherited from WebControl.)
Protected propertyHasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.)
Public propertyHeight
Gets or sets the height of the Web server control.
(Inherited from WebControl.)
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
Protected propertyIdSeparator
Gets the character used to separate control identifiers.
(Inherited from Control.)
Public propertyInfoLabelContainerCssClass
Gets or Sets the css class for div element which contains info label.
Public propertyInfoLabelCssClass
Gets or Sets the css class for label element.
Public propertyInfoLabelText
Gets or sets the info text displayed at the top of the control.
Protected propertyIsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.)
Protected propertyIsEnabled
Gets a value indicating whether the control is enabled.
(Inherited from WebControl.)
Public propertyIsPostBack (Inherited from CompositeControlBase.)
Protected propertyIsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.)
Public propertyIsValid (Inherited from CompositeControlBase.)
Protected propertyIsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.)
Protected propertyLoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.)
Public propertyMainContainerCssClass
Gets or Sets the css class for Main Container div element.
Public propertyMessage
Gets or Sets the value that will be displayed after an action is perfomerd on [!:Cadcorp.Security.UI.WebControl.CreateUser]
(Overrides CompositeControlBaseMessage.)
Public propertyMessageLabelContainerCssClass
Gets or Sets the css class for div element which contains message label.
Public propertyMessageLabelCssClass
Gets or Sets the css class for lable element which displays message.
Public propertyMode (Inherited from CompositeControlBase.)
Public propertyNamingContainer
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
(Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.)
Public propertyParent
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from Control.)
Public propertyPassword
Gets the value entered into the Password [!:System.Web.UI.Webcontrols.Textbox].
Public propertyPasswordContainerCssClass
Gets or Sets the css class for div element which contains password controls.
Public propertyPasswordLabelCssClass
Gets or sets the css class rendered by the Web server control on the client.
Public propertyPasswordText
Gets or sets the text of the label for the Password text box.
Public propertyPasswordTextBoxCssClass
Gets or sets the css class rendered by the Password TextBox on the client.
Public propertyRegularExpressionValidatoinExpressionForEmail
Gets or sets the regular expression that determines the pattern used to validate email.
Public propertyRegularExpressionValidatorForEmailCssClass
Gets or sets the css class rendered by the RegularExpressionValidator for email.
Public propertyRegularExpressionValidatorInvalidEmailMessage
Gets or sets the value that will be displayed when the RegularExpressionValidator fails to validate email TextBox.
Public propertyRenderingCompatibility
Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with.
(Inherited from Control.)
Public propertyRequiredFieldValidatorForDisplayNameCssClass
Gets or sets the css class rendered by the RequiredFieldValidator for displayname.
Public propertyRequiredFieldValidatorForDisplayNameErrorMessage
Public propertyRequiredFieldValidatorForEmailCssClass
Gets or sets the css class rendered by the RequiredFieldValidator for email.
Public propertyRequiredFieldValidatorForEmailErrorMessage
Gets or sets the value that will be displayed when the RequiredFieldValidator fails to validate email TextBox.
Public propertyRequiredFieldValidatorForPasswordCssClass
Gets or sets the css class rendered by the RequiredFieldValidator for password.
Public propertyRequiredFieldValidatorForPasswordErrorMessage
Gets or sets the value that will be displayed when the RequiredFieldValidator fails to validate password TextBox.
Public propertyRequiredFieldValidatorForUserNameCssClass
Gets or sets the css class rendered by the RequiredFieldValidator for username.
Public propertyRequiredFieldValidatorForUserNameErrorMessage
Gets or sets the value that will be displayed when the RequiredFieldValidator fails to validate username TextBox.
Public propertySite
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from Control.)
Public propertySkinID
Gets or sets the skin to apply to the control.
(Inherited from WebControl.)
Public propertyStyle
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.)
Public propertySubmitButtonContainerCssClass
Gets or Sets the css class for div element which contains submit Button.
Public propertySubmitButtonCssClass
Gets or Sets the css class for submit Button.
Public propertySubmitButtonText
Gets or sets the text caption displayed in the submit Button.
Public propertySupportsDisabledAttribute
Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's IsEnabled property is .
(Inherited from CompositeControl.)
Public propertyTabIndex
Gets or sets the tab index of the Web server control.
(Inherited from WebControl.)
Protected propertyTagKey
Gets the HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
Protected propertyTagName
Gets the name of the control tag. This property is used primarily by control developers.
(Inherited from WebControl.)
Public propertyTemplateControl
Gets or sets a reference to the template that contains this control.
(Inherited from Control.)
Public propertyTemplateSourceDirectory
Gets the virtual directory of the Page or UserControl that contains the current server control.
(Inherited from Control.)
Public propertyToolTip
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Inherited from WebControl.)
Public propertyUniqueID
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from Control.)
Public propertyUrlToEmail
Gets the value (url) to be included in the confirmation email.
Public propertyUrlToEmailOnUserCreation
Gets or Sets the value (a url) that will be included in the conformation email.
Public propertyUser (Inherited from CompositeControlBase.)
Public propertyUserName
Gets the value entered into the UserName [!:System.Web.UI.Webcontrols.Textbox].
Public propertyUserNameContainerCssClass
Gets or Sets the css class for div element which contains username controls.
Public propertyUserNameLabelCssClass
Gets or sets the css class rendered by the Web server control on the client.
Public propertyUserNameText
Gets or sets the text of the label for the User Name text box.
Public propertyUserNameTextBoxCssClass
Gets or sets the css class rendered by the User Name TextBox on the client.
Public propertyValidateRequestMode
Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values.
(Inherited from Control.)
Public propertyValidationSummaryContainerCssClass
Gets or Sets the css class for div element which conatins ValidationSummary control
Public propertyValidationSummaryCssClass
Gets or sets the css class rendered by the Web server control on the client.
Public propertyValidationSummaryHeaderText
Gets or sets the header text displayed at the top of the summary.
Protected propertyViewState
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
(Inherited from Control.)
Protected propertyViewStateIgnoresCase
Gets a value that indicates whether the StateBag object is case-insensitive.
(Inherited from Control.)
Public propertyViewStateMode
Gets or sets the view-state mode of this control.
(Inherited from Control.)
Public propertyVisible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from Control.)
Public propertyWidth
Gets or sets the width of the Web server control.
(Inherited from WebControl.)
Top
See Also