Show / Hide Table of Contents

Class UserControl

Class of user control data
使用者控制數據的類別。

Inheritance
System.Object
UserControl
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class UserControl

Fields

level

User level for locking shortcuts and custom uses.
用作鎖定快捷鍵及自定義用途的使用者等級。

Declaration
[Tooltip("User level for locking shortcuts and custom uses.\n用作鎖定快捷鍵及自定義用途的使用者等級。")]
public int level
Field Value
Type Description
System.Int32

lockLevel

User level will remain unchage until disable the lock or manually change.
使用者等級將會維持不變,除非停用此鎖定或手動改變。

Declaration
[Tooltip("User level will remain unchage until disable the lock or manually change.\n使用者等級將會維持不變,除非停用此鎖定或手動改變。")]
public bool lockLevel
Field Value
Type Description
System.Boolean

Methods

Clear()

Clear the current data.
清除目前數據。

Declaration
public void Clear()
In This Article
Back to top Generated by DocFX