C# Class PdfMod.Gui.MetadataEditorBox.TextProperty

Datei anzeigen Open project: GNOME/pdfmod

Public Methods

Method Description
Revert ( ) : void
SetDefault ( string default_value ) : void
TextProperty ( string label, Action onUpdated ) : System

Method Details

Revert() public method

public Revert ( ) : void
return void

SetDefault() public method

public SetDefault ( string default_value ) : void
default_value string
return void

TextProperty() public method

public TextProperty ( string label, Action onUpdated ) : System
label string
onUpdated Action
return System