MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / HelpText

Method HelpText

FastCopy/SettingContainer.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 SetValue(m_titleProperty, winrt::box_value(title));
110 }
111 winrt::hstring implementation::SettingContainer::HelpText()
112 {
113 return winrt::unbox_value<winrt::hstring>(GetValue(m_helpTextProperty));
114 }
115 void implementation::SettingContainer::HelpText(winrt::hstring helpText)
116 {
117 SetValue(m_helpTextProperty, winrt::box_value(helpText));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected