C# Class NetOffice.Tools.TweakAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ehsan2022002/VirastarE Class Usage Examples

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

Méthode Description
TweakAttribute ( ) : System

Creates an instance of the class

TweakAttribute ( bool enabled ) : System

Creates an instance of the class

Method Details

TweakAttribute() public méthode

Creates an instance of the class
public TweakAttribute ( ) : System
Résultat System

TweakAttribute() public méthode

Creates an instance of the class
public TweakAttribute ( bool enabled ) : System
enabled bool Enable or disable possible tweaking is possible
Résultat System

Property Details

Enabled public_oe property

Enable or disable possible tweaking is possible
public bool Enabled
Résultat bool