Click or drag to resize

BaseSettingsViewUpdateMask Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.UpdateMask(System.Type,System.String)"]


Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
protected void UpdateMask(
	Type callerType,
	string propertyName = null
)

Parameters

callerType  Type

[Missing <param name="callerType"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.UpdateMask(System.Type,System.String)"]

propertyName  String  (Optional)

[Missing <param name="propertyName"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.UpdateMask(System.Type,System.String)"]

See Also