Intersoft WebInput Documentation
IsCustomize Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CultureInfoWrapper Class : IsCustomize Property






Glossary Item Box

Indicates if culture info setting is customizeable. Indicates if culture info setting is customizable.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property IsCustomize As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As CultureInfoWrapper
Dim value As System.Boolean
 
instance.IsCustomize = value
 
value = instance.IsCustomize
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool IsCustomize {get; set;}
Delphi 
public read-write property IsCustomize: System.Boolean; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set IsCustomize : System.boolean
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_IsCustomize();
public: __property void set_IsCustomize( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool IsCustomize {
   System.bool get();
   void set (    System.bool value);
}

Remarks

Notify that some culture info settings are read only so they are not customizable. For details about .NET formatting features, please refer to the .NET Framework documentation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.