Show / Hide Table of Contents

Class ISN_UIMenuControllerResult

This type for saving data from ISN_UIMenuController callback.

Inheritance
System.Object
ISN_UIMenuControllerResult
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIMenuControllerResult : SA_Result

Fields

m_ChosenIndex

Declaration
protected int m_ChosenIndex
Field Value
Type Description
System.Int32

Properties

ChosenIndex

Get chosen value index from ISN_UIMenuController callback.

Declaration
public int ChosenIndex { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX