ISalEditControl

PPJ.Runtime.Windows.ISalEditControl

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

SAL Editable controls implement this interface

public interface ISalEditControl : ISalControl

Properties

CultureInfo

CultureInfoarrow-up-right: Returns/Sets the specialized CultureInfo for the edit control.

EditMask

Stringarrow-up-right: Returns/Sets the edit mask.

Format

Stringarrow-up-right: Returns/Sets the format picture.

MaxLength

Int32arrow-up-right: Returns/Sets the maximum edit length.

Validated

Booleanarrow-up-right: Returns/Sets the modified flag.

Methods

ApplyFormat()

Apply the format string to the value of the control.

ValidateDataType()

Validates the content of the control against its data type

Returns: Booleanarrow-up-right.

Implemented By

Last updated