task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_BOTTOM [Notes] Use the Height property to compute an appropriate Win32 DrawText 'y' position. [WPF equivalent] | Height | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_CALCRECT [Notes] Use the Height and Width properties to calculate the output rectangle. [WPF equivalent] | Height, Width | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_CENTER [Notes] Use the TextAlignment property with the value set to Center. [WPF equivalent] | TextAlignment | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_EDITCONTROL [Notes] Not required. Space width and last line rendering are the same as in the framework edit control. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_END_ELLIPSIS [Notes] Use the Trimming property with the value CharacterEllipsis. Use WordEllipsis to get Win32 DT_END_ELLIPSIS with DT_WORD_ELIPSIS end ellipsis—in this case, character ellipsis only occurs on words that do not fit on a single line. [WPF equivalent] | Trimming | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_EXPAND_TABS [Notes] Not required. Tabs are automatically expanded to stops every 4 ems, which is approximately the width of 8 language-independent characters. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_EXTERNALLEADING [Notes] Not required. External leading is always included in line spacing. Use the LineHeight property to create user-defined line spacing. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_HIDEPREFIX [Notes] Not supported. Remove the '&' from the string before constructing the FormattedText object. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_LEFT [Notes] This is the default text alignment. Use the TextAlignment property with the value set to Left. (WPF only) [WPF equivalent] | TextAlignment | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_MODIFYSTRING [Notes] Not supported. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_NOCLIP [Notes] Clipping does not happen automatically. If you want to clip text, use the VisualClip property. [WPF equivalent] | VisualClip | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_NOFULLWIDTHCHARBREAK [Notes] Not supported. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_NOPREFIX [Notes] Not required. The '&' character in strings is always treated as a normal character. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_PATHELLIPSIS [Notes] Use the Trimming property with the value WordEllipsis. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_PREFIX [Notes] Not supported. If you want to use underscores for text, such as an accelerator key or link, use the SetTextDecorations method. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_PREFIXONLY [Notes] Not supported. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_RIGHT [Notes] Use the TextAlignment property with the value set to Right. (WPF only) [WPF equivalent] | TextAlignment | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_RTLREADING [Notes] Set the FlowDirection property to RightToLeft. [WPF equivalent] | FlowDirection | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_SINGLELINE [Notes] Not required. FormattedText objects behave as a single line control, unless either the MaxTextWidth property is set or the text contains a carriage return/line feed (CR/LF). [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_TABSTOP [Notes] No support for user-defined tab stop positions. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_TOP [Notes] Not required. Top justification is the default. Other vertical positioning values can be defined by using the Height property to compute an appropriate Win32 DrawText 'y' position. [WPF equivalent] | Height | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_VCENTER [Notes] Use the Height property to compute an appropriate Win32 DrawText 'y' position. [WPF equivalent] | Height | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_WORDBREAK [Notes] Not required. Word breaking happens automatically with FormattedText objects. You cannot disable it. [WPF equivalent] | None | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
e592b245_Drawing_Formatted_Text__WPF_equivalent | [DrawText flag] DT_WORD_ELLIPSIS [Notes] Use the Trimming property with the value WordEllipsis. [WPF equivalent] | Trimming | [
[
"H",
"e",
"i",
"g",
"h",
"t"
],
[
"H",
"e",
"i",
"g",
"h",
"t",
",",
" ",
"W",
"i",
"d",
"t",
"h"
],
[
"T",
"e",
"x",
"t",
"A",
"l",
"i",
"g",
"n",
"m",
"e",
"n",
"t"
],
[
"N",
"o",
"n",
"e"
],
[
"T",
"r",
"i",
"m",
"m",
"i",
"n",
"g"
],
[
"V",
"i",
"s",
"u",
"a",
"l",
"C",
"l",
"i",
"p"
],
[
"F",
"l",
"o",
"w",
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n"
]
] | Drawing Formatted Text | WPF equivalent | https://msdn.microsoft.com/en-us/library/ms752098(v=vs.100).aspx | 34/1438043058631.99_20150728002418-00199-ip-10-236-191-2_885339828_1.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ActionMessageFilter [Description] | Represents a query that tests whether the action of a message is one of a specified set of actions. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ChannelDispatcher [Description] | A component that accepts channels and associates them with a service. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ChannelDispatcherBase [Description] | Abstract base class for the channel dispatcher that accepts channels and associates them with a service. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ChannelDispatcherCollection [Description] | Provides a thread-safe collection that contains channel dispatchers. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ClientOperation [Description] | Used to modify or extend the execution behavior of a specific contract operation in a client object or client channel object. This class cannot be inherited. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ClientOperationCompatBase [Description] | Represents a client operation compat base. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ClientRuntime [Description] | Represents the insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects for all messages handled by a client application. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ClientRuntimeCompatBase [Description] | Represents a client runtime compat base. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] DispatchOperation [Description] | Used to modify or extend the execution behavior of a specific service operation in a service endpoint. This class cannot be inherited. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] DispatchRuntime [Description] | Exposes properties that can be used to modify default service behavior as well as attach custom objects that can modify how incoming messages are transformed into objects and dispatched to operations. This class cannot be inherited. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] DurableOperationContext [Description] | Obsolete. Provides a set of static methods to gain access to related information and functionality. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] EndpointAddressMessageFilter [Description] | Represents a query that tests whether a message satisfies the requirements of a specified endpoint address. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] EndpointDispatcher [Description] | Represents the run-time object that exposes properties that enable the insertion of run-time extensions or modifications for messages in service applications. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] EndpointNameMessageFilter [Description] | Represents a query that tests whether a message was received on an endpoint with a name that matches the specified name. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ExceptionHandler [Description] | Extend the ExceptionHandler class to create an exception handler for unhandled exceptions that occur within the Windows Communication Foundation (WCF) runtime. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] FaultContractInfo [Description] | Represents information about a SOAP fault that is specified in a FaultContractAttribute attribute. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] FilterInvalidBodyAccessException [Description] | The exception that is thrown when a filter or filter table attempts to access the body of an unbuffered message. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] InvalidBodyAccessException [Description] | An abstract base class for the exceptions that are thrown if an attempt is made to access the body of a message when it is not allowed. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] JsonQueryStringConverter [Description] | This class converts a parameter value to and from a JavaScript Object Notation (JSON). | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MatchAllMessageFilter [Description] | Represents a query that is satisfied by every non-null message that it tests. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MatchNoneMessageFilter [Description] | Represents a query that is never satisfied by a message that it tests. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageFilter [Description] | abstract base class for different classes of filters used to query messages. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageFilterException [Description] | The base class for the exceptions that are thrown when the quota of nodes inspected by a filter is exceeded. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageFilterTable [Description] | Provides the generic implementation of a filter table. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageQuery [Description] | Defines the core behavior of classes used to search for specific correlating data in a message. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageQueryCollection [Description] | A collection of message query objects. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MessageQueryTable [Description] | Manages a collection of message query objects. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] MultipleFilterMatchesException [Description] | The exception that is thrown when multiple filters match, but only one was expected. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] NavigatorInvalidBodyAccessException [Description] | The exception that is thrown when an XPathNavigator is directed to examine the body of an unbuffered message. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] PrefixEndpointAddressMessageFilter [Description] | Represents a query that tests whether a message matches an EndpointAddress using a Longest-Prefix Match for the URI component. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] QueryStringConverter [Description] | This class converts a parameter in a query string to an object of the appropriate type. It can also convert a parameter from an object to its query string representation. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] SeekableXPathNavigator [Description] | Provides read-only, random access to data contained in XML documents and enables efficient querying for specified nodes. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] ServiceThrottle [Description] | Controls the throughput of a service to optimize availability and performance. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] StrictAndMessageFilter [Description] | Represents a query that tests whether a message satisfies both specified MessageFilter objects. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] WebHttpDispatchOperationSelector [Description] | The operation selector that supports the Web programming model. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathMessageContext [Description] | Defines several XPath functions and namespace mappings commonly used when evaluating XPath expressions against SOAP documents. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathMessageFilter [Description] | Represents a query on an XML document defined by an XPath 1.0 expression. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathMessageFilterTable [Description] | Holds a collection of filter/data pairs for efficient matching. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathMessageQueryCollection [Description] | Contains a collection of XPathMessageQuery objects. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathNavigatorException [Description] | The exception that is thrown when the quota of nodes allowed to be inspected by an XPathNavigator is exceeded. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
68f13a7d_eModel_Dispatcher_Namespace_____Description | [Class] XPathResult [Description] | Contains the value returned by an XPath query. | [] | System.ServiceModel.Dispatcher Namespace () | Description | https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.aspx | 34/1438043058631.99_20150728002418-00036-ip-10-236-191-2_876249815_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] AboveLastButton [Description] | The offset is applied from above the last button. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] BelowLastButton [Description] | The offset is applied from below the last button. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] BottomLeft [Description] | The offset is applied from the bottom left of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] BottomMiddle [Description] | The offset is applied from the bottom middle of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] BottomRight [Description] | The offset is applied from the bottom right of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] LeftOfCaption [Description] | The offset is applied from the left of the caption. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] LeftOfLastButton [Description] | The offset is applied from the left of the last button. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] MiddleLeft [Description] | The offset is applied from the middle left of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] MiddleRight [Description] | The offset is applied from the middle right of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] RightOfCaption [Description] | The offset is applied from the right of the caption. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] RightOfLastButton [Description] | The offset is applied from the right of the last button. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] TopLeft [Description] | The offset is applied from the top left of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] TopMiddle [Description] | The offset is applied from the top middle of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
e61b69ff_em_Windows_Forms_VisualStyles___Description | [Member name] TopRight [Description] | The offset is applied from the top right of the element. | [] | OffsetType Enumeration (System.Windows.Forms.VisualStyles) | Description | https://msdn.microsoft.com/en-US/library/system.windows.forms.visualstyles.offsettype(v=vs.80).aspx | 34/1438042981753.21_20150728002301-00240-ip-10-236-191-2_873988310_0.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] IsReturnValue [Description] | Gets or sets a value that indicates whether the XmlReflectionMember represents a Web service method return value, as opposed to an output parameter. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] MemberName [Description] | Gets or sets the name of the Web service method member for this mapping. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] MemberType [Description] | Gets or sets the type of the Web service method member code entity that is represented by this mapping. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] OverrideIsNullable [Description] | Gets or sets a value that indicates that the value of the corresponding XML element definition's isNullable attribute is false. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] SoapAttributes [Description] | Gets or sets a SoapAttributes with the collection of SOAP-related attributes that have been applied to the member code entity. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
ca429ef2_ass__System_Xml_Serialization___Description | [Name] XmlAttributes [Description] | Gets or sets an XmlAttributes with the collection of XmlSerializer-related attributes that have been applied to the member code entity. | [] | XmlReflectionMember Class (System.Xml.Serialization) | Description | https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlreflectionmember.aspx | 34/1438043058631.99_20150728002418-00149-ip-10-236-191-2_886307292_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the path to the application. [Name] | ApplicationPath | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the arguments passed to the application on startup. [Name] | Arguments | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the name of the category the JumpItem is grouped with in the Windows 7 taskbar Jump List. (Inherited from JumpItem.) [Name] | CustomCategory | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the text displayed in the tooltip for the task in the Jump List. [Name] | Description | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the zero-based index of an icon embedded in a resource. [Name] | IconResourceIndex | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the path to a resource that contains the icon to display in the Jump List. [Name] | IconResourcePath | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the text displayed for the task in the Jump List. [Name] | Title | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
be66ed2e_k_Class__System_Windows_Shell___Name | [Description] Gets or sets the working directory of the application on startup. [Name] | WorkingDirectory | [
[
"A",
"p",
"p",
"l",
"i",
"c",
"a",
"t",
"i",
"o",
"n",
"P",
"a",
"t",
"h"
],
[
"A",
"r",
"g",
"u",
"m",
"e",
"n",
"t",
"s"
],
[
"C",
"u",
"s",
"t",
"o",
"m",
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"D",
"e",
"s",
"c",
"r",
"i",
"p",
"t",
"i",
"o",
"n"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"I",
"n",
"d",
"e",
"x"
],
[
"I",
"c",
"o",
"n",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"P",
"a",
"t",
"h"
],
[
"T",
"i",
"t",
"l",
"e"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
"D",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
]
] | JumpTask Class (System.Windows.Shell) | Name | https://msdn.microsoft.com/en-us/library/dd991600(v=vs.100).aspx | 34/1438044271733.81_20150728004431-00278-ip-10-236-191-2_870194740_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] Review the topics listed in Working with Team Foundation Source Control. [Question] | How do I start working with Team Foundation source control? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] Use the VSS Converter Tool. For more information, see VSSConverter Command-Line Utility for Source Control Migration. Also see Walkthrough: Migrating from Visual SourceSafe to Team Foundation. [Question] | How can I migrate my Visual SourceSafe databases to Team Foundation source control? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] On the Visual Studio Tools menu, click Options, select Source Control and then select Visual Studio Team Foundation Server from the Current source control plug-in list. [Question] | How do I make sure Team Foundation source control is selected as the source control plug-in? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] On the View menu, point to Other Windows, and then click Source Control Explorer. [Question] | How do I open Source Control Explorer? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] Yes. [Question] | If I am a project administrator of a team project, am I automatically also a source control administrator for that project? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] No. Any item in source control must be mapped under a team project. [Question] | Can I create a top node source control folder without creating a team project? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
36b271a1_shooting_Source_Control_Issues__Question | [Solution] No. After a team project is named, it cannot be renamed. [Question] | Can I rename a team project? | [] | Troubleshooting Source Control Issues | Question | https://msdn.microsoft.com/en-US/library/ms181448(v=vs.80).aspx | 34/1438043058631.99_20150728002418-00340-ip-10-236-191-2_880769205_1.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.