Show / Hide Table of Contents

Class UM_NativeDialogBuilder.Button

Native dialog button model.

Inheritance
System.Object
UM_NativeDialogBuilder.Button
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.UI
Assembly: cs.temp.dll.dll
Syntax
public class Button

Constructors

Button(String, Action)

Creates a button for the dialog.

Declaration
public Button(string title, Action buttonAction)
Parameters
Type Name Description
System.String title
Action buttonAction

Fields

ButtonAction

Button action callback.

Declaration
public readonly Action ButtonAction
Field Value
Type Description
Action

Title

Button Title.

Declaration
public readonly string Title
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX