API Reference
Class
LgpoAction
Action descriptor corresponding to the LGPO text Action line.
Inheritance
- Object
- LgpoAction
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LgpoTextEntry.Action
Constructors
public LgpoAction() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public LgpoActionKind Kind { get; set; } #Action kind (e.g., DWORD:1, SZ:text, DELETE, CLEAR).
public Nullable<UInt32> DWord { get; set; } #Numeric value for DWORD actions.
public Nullable<UInt64> QWord { get; set; } #Numeric value for QWORD actions.
public String Text { get; set; } #String payload for SZ/EXSZ actions.
public String[] MultiSz { get; set; } #String array payload for MULTISZ actions.
public Byte[] Binary { get; set; } #Binary payload for BINARY actions.