Class InputBox
System.Object
  MarkdownMonster.Windows.InputBox
public class InputBox : object

Class Members

MemberDescription

Constructor

OnClickHandler

On Click Handler fired when one of the buttons is clicked. Passed the button, the window and the button index (1-3)

Show

public string Show()

Button1FontAwesomeIcon

Button1Text

Text for Button 1 - typically the OK button

Button2FontAwesomeIcon

Button2Text

Text for Button 2 - typically for Cancel button

ButtonCount

Number of buttons to put on the input form. Buttons are number from left to right.

Cancelled

DescriptionText

DialogHeight

The height of the dialog

DialogWidth

The width of the dialog

HeaderText

Image

InputPlaceholderText

Optional place holder text to display

InputText

Input text entered by the user. Can be set on entry

ParentWindow

The parent window which ensures the dialog is centered in the parent window

Result

Result Value you can set in the Action that is fired in response to a button click.

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic