FormConfigRestoreSaveProperty Method (String, Control) |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static void SaveProperty(
ref string output,
Control C
)
Private Shared Sub SaveProperty (
ByRef output As String,
C As Control
)
private:
static void SaveProperty(
String^% output,
Control^ C
)
private static member SaveProperty :
output : string byref *
C : Control -> unit
Parameters
- output
- Type: SystemString
- C
- Type: System.Windows.FormsControl
See Also