Interface IInputBoxProperty
The property to be shown inside the InputBox window.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface IInputBoxProperty
Properties
Caption
Textual name of the property inside InputBox window. It will be shown for the user.
Declaration
string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |