'Declaration
Public Function FormFieldHasBackgroundColor( _ ByVal FieldId As Integer _ ) As Boolean
public bool FormFieldHasBackgroundColor( int FieldId )
public function FormFieldHasBackgroundColor( FieldId: Integer ): Boolean;
public function FormFieldHasBackgroundColor( FieldId : int ) : boolean;
public: bool FormFieldHasBackgroundColor( int FieldId )
public: bool FormFieldHasBackgroundColor( int FieldId )
Parameters
- FieldId