PickerFlyoutBase.SetTitle(DependencyObject, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the title displayed on a picker control.
public:
static void SetTitle(DependencyObject ^ element, Platform::String ^ value);
static void SetTitle(DependencyObject const& element, winrt::hstring const& value);
public static void SetTitle(DependencyObject element, string value);
function setTitle(element, value)
Public Shared Sub SetTitle (element As DependencyObject, value As String)
Parameters
- element
- DependencyObject
The dependency object for which to set the title.
- value
-
String
Platform::String
winrt::hstring
The title you want to display.